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()
449 private final AtomicReference<String> mImeEventActionName = new AtomicReference<>(); field in MockIme453 return mImeEventActionName.get(); in getImeEventActionName()501 mImeEventActionName.set(mSettings.getEventCallbackActionName()); in onCreate()989 private String mImeEventActionName;998 if (mImeEventActionName == null) {999 mImeEventActionName = mIme.getImeEventActionName();1004 if (mImeEventActionName == null || mClientPackageName == null) {1009 .setAction(mImeEventActionName)