Searched refs:showApp (Results 1 – 4 of 4) sorted by relevance
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/ |
D | RecentLocationApps.java | 106 boolean showApp = true; in getAppList() 118 showApp = false; in getAppList() 124 showApp = false; in getAppList() 130 if (showApp) { in getAppList()
|
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | RecentLocationAppsCompat.java | 98 boolean showApp = true; in getAppList() 110 showApp = false; in getAppList() 116 showApp = false; in getAppList() 122 if (showApp) { in getAppList()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerNotificationBuilder.kt | 158 val showApp: Intent = Intent(context, TimerService::class.java) in build() constant 164 PendingIntent.getService(context, REQUEST_CODE_UPCOMING, showApp, in build() 360 val showApp: Intent = Intent(context, TimerService::class.java) in buildMissed() constant 366 PendingIntent.getService(context, REQUEST_CODE_MISSING, showApp, in buildMissed()
|
D | StopwatchNotificationBuilder.kt | 60 val showApp: Intent = Intent(context, StopwatchService::class.java) in build() constant 64 val pendingShowApp: PendingIntent = PendingIntent.getService(context, 0, showApp, in build()
|