Home
last modified time | relevance | path

Searched refs:showApp (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/
DRecentLocationApps.java106 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/
DRecentLocationAppsCompat.java98 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/
DTimerNotificationBuilder.kt158 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()
DStopwatchNotificationBuilder.kt60 val showApp: Intent = Intent(context, StopwatchService::class.java) in build() constant
64 val pendingShowApp: PendingIntent = PendingIntent.getService(context, 0, showApp, in build()