Searched refs:mKeyboardLayoutIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java135 private PendingIntent mKeyboardLayoutIntent; field in class:InputManagerService
697 if (mKeyboardLayoutIntent == null) {
702 mKeyboardLayoutIntent = PendingIntent.getActivityAsUser(mContext, 0,
712 .setContentIntent(mKeyboardLayoutIntent)

Completed in 25 milliseconds