Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothManager.java96 boolean isForegroundActivity() { in isForegroundActivity() method in LocalBluetoothManager
DUtils.java94 if(manager.isForegroundActivity()) { in showError()
DLocalBluetoothPreferences.java68 if (manager.isForegroundActivity()) { in shouldShowDialogInForeground()
/packages/apps/Phone/src/com/android/phone/
DInCallTouchUi.java1304 if (!mInCallScreen.isForegroundActivity()) { in triggerPing()
DInCallScreen.java1018 /* package */ boolean isForegroundActivity() { in isForegroundActivity() method in InCallScreen
1922 if (currentlyIdle && !isForegroundActivity() && isForegroundActivityForProximity()) { in onDisconnect()
DPhoneGlobals.java812 return mInCallScreen.isForegroundActivity(); in isShowingCallScreen()
DOtaUtils.java1179 if ((mInCallScreen != null) && mInCallScreen.isForegroundActivity()) { in otaShowProperScreen()