Searched refs:showTransientIndication (Results 1 – 8 of 8) sorted by relevance
68 indicationController.showTransientIndication(it) in bindData()78 indicationController.showTransientIndication(it) in bindData()
90 indicationController.showTransientIndication(it) in <lambda>()100 indicationController.showTransientIndication(it) in <lambda>()
154 verify(mKeyguardIndicationController).showTransientIndication(anyInt()) in <lambda>()166 verify(mKeyguardIndicationController).showTransientIndication(anyInt()) in <lambda>()
165 indicationController.showTransientIndication(it) in <lambda>()
901 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController902 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()908 private void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController1536 showTransientIndication(mContext.getString(R.string.require_unlock_for_nfc)); in onRequireUnlockForNfc()
467 indicationController.showTransientIndication(message) in <lambda>()481 indicationController.showTransientIndication(message) in <lambda>()
323 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_holdsWakeLock_whenDozing()338 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_releasesWakeLock_whenDozing()350 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_visibleWhenDozing()
1523 mKeyguardIndicationController.showTransientIndication(stringResourceId), in initBottomArea()2935 mKeyguardIndicationController.showTransientIndication( in falsingAdditionalTapRequired()