Searched refs:mImeEventActionName (Results 1 – 2 of 2) sorted by relevance
69 private final String mImeEventActionName = field in MockImeSession145 new MockImeEventReceiver(mImeEventActionName);211 writeMockImeSettings(mContext, mImeEventActionName, imeSettings); in initialize()215 new IntentFilter(mImeEventActionName), null /* broadcastPermission */, in initialize()327 intent.setAction(MockIme.getCommandActionName(mImeEventActionName)); in callCommandInternal()
470 private final AtomicReference<String> mImeEventActionName = new AtomicReference<>(); field in MockIme474 return mImeEventActionName.get(); in getImeEventActionName()522 mImeEventActionName.set(mSettings.getEventCallbackActionName()); in onCreate()1021 private String mImeEventActionName;1030 if (mImeEventActionName == null) {1031 mImeEventActionName = mIme.getImeEventActionName();1036 if (mImeEventActionName == null || mClientPackageName == null) {1041 .setAction(mImeEventActionName)