SYMBOL INDEX (43 symbols across 19 files) FILE: android/app/src/main/java/nini22p/omp/Application.java class Application (line 20) | public class Application extends android.app.Application { method onCreate (line 24) | @Override FILE: android/app/src/main/java/nini22p/omp/DelegationService.java class DelegationService (line 5) | public class DelegationService extends method onCreate (line 7) | @Override FILE: android/app/src/main/java/nini22p/omp/LauncherActivity.java class LauncherActivity (line 25) | public class LauncherActivity method onCreate (line 31) | @Override method getLaunchingUrl (line 45) | @Override FILE: extract_log.py function extract_log (line 3) | def extract_log(version): FILE: src/components/Lyrics/Lyrics.tsx type Lyrics (line 20) | type Lyrics = { function timeToSeconds (line 25) | function timeToSeconds(time: string) { FILE: src/graph/graph.ts function callMsGraph (line 7) | async function callMsGraph(accessToken: string) { function getFiles (line 29) | async function getFiles(path: string, accessToken: string) { function getFile (line 51) | async function getFile(path: string, accessToken: string) { FILE: src/hooks/useDebounce.ts function useDebounce (line 3) | function useDebounce(value: T, delay: number): T { FILE: src/pages/Player/VolumeControl.tsx function VolumeControl (line 10) | function VolumeControl() { FILE: src/pages/Search.tsx type SearchScope (line 19) | type SearchScope = 'global' | 'current' FILE: src/store/createSelectors.ts type UseSelectors (line 3) | type UseSelectors = Record unknown> type WithSelectors (line 5) | type WithSelectors = S extends { getState: () => infer T } FILE: src/types/MetaData.ts type Cover (line 3) | interface Cover extends IPicture { type LocalStorageCover (line 8) | interface LocalStorageCover extends Omit { type MetaData (line 12) | interface MetaData { type MetaDataListStatus (line 25) | interface MetaDataListStatus { type MetaDataListAction (line 29) | interface MetaDataListAction { FILE: src/types/commonMenu.ts type CommonMenuStatus (line 3) | interface CommonMenuStatus { type CommonMenuAction (line 11) | interface CommonMenuAction { FILE: src/types/file.ts type RemoteItem (line 1) | interface RemoteItem { type FileItem (line 15) | interface FileItem { type ThumbnailItem (line 26) | interface ThumbnailItem { type Thumbnail (line 32) | interface Thumbnail { FILE: src/types/history.ts type HistoryStatus (line 3) | interface HistoryStatus { type HistoryAction (line 7) | interface HistoryAction { FILE: src/types/picture.ts type PictiureStatus (line 3) | interface PictiureStatus { type PictureAction (line 8) | interface PictureAction { FILE: src/types/playQueue.ts type PlayQueueItem (line 3) | interface PlayQueueItem extends FileItem { type PlayQueueStatus (line 7) | interface PlayQueueStatus { type PlayQueueAction (line 12) | interface PlayQueueAction { FILE: src/types/player.ts type PlayerStatus (line 3) | interface PlayerStatus { type PlayerAction (line 13) | interface PlayerAction { FILE: src/types/playlist.ts type Playlist (line 3) | interface Playlist { type PlaylistsStatus (line 9) | interface PlaylistsStatus { type PlaylistsAction (line 13) | interface PlaylistsAction { FILE: src/types/ui.ts type UiStatus (line 1) | interface UiStatus { type UiAction (line 28) | interface UiAction {