Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java607 List<RunningAppProcessInfo> appProcesses = activityManager.getRunningAppProcesses(); in fastPairInForeground() local
608 if (appProcesses == null) { in fastPairInForeground()
611 for (RunningAppProcessInfo appProcess : appProcesses) { in fastPairInForeground()