Searched refs:shouldShowDialog (Results 1 – 6 of 6) sorted by relevance
49 boolean shouldShowDialog = BluetoothUtils.shouldShowDialogInForeground( in onReceive()51 if (powerManager.isInteractive() && shouldShowDialog) { in onReceive()
47 boolean shouldShowDialog = LocalBluetoothPreferences.shouldShowDialogInForeground( in onReceive()54 } else if (powerManager.isInteractive() && shouldShowDialog) { in onReceive()
169 public boolean shouldShowDialog() { in shouldShowDialog() method in BatteryTip
104 mShowDialog = tip.shouldShowDialog(); in updateState()
129 if (batteryTip.shouldShowDialog()) { in handlePreferenceTreeClick()
180 doReturn(false).when(mBatteryTip).shouldShowDialog(); in testHandlePreferenceTreeClick_noDialog_invokeCallback()