Searched refs:showTransientIndication (Results 1 – 6 of 6) sorted by relevance
154 verify(mKeyguardIndicationController).showTransientIndication(anyInt())168 verify(mKeyguardIndicationController).showTransientIndication(anyInt())189 verify(mKeyguardIndicationController).showTransientIndication(anyInt())
233 indicationController.showTransientIndication(it)253 indicationController.showTransientIndication(it)
336 indicationController.showTransientIndication(it)348 indicationController.showTransientIndication(it)
825 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController826 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()832 private void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController1381 showTransientIndication(mContext.getString(R.string.require_unlock_for_nfc)); in onRequireUnlockForNfc()
318 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_holdsWakeLock_whenDozing()333 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_releasesWakeLock_whenDozing()345 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_visibleWhenDozing()
1458 mKeyguardIndicationController.showTransientIndication(stringResourceId), in initBottomArea()2775 mKeyguardIndicationController.showTransientIndication( in falsingAdditionalTapRequired()