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
696 if (mKeyboardLayoutIntent == null) {
701 mKeyboardLayoutIntent = PendingIntent.getActivityAsUser(mContext, 0,
711 .setContentIntent(mKeyboardLayoutIntent)

Completed in 50 milliseconds