Searched refs:mImeEventActionName (Results 1 – 2 of 2) sorted by relevance
286 private final AtomicReference<String> mImeEventActionName = new AtomicReference<>(); field in MockIme290 return mImeEventActionName.get(); in getImeEventActionName()338 mImeEventActionName.set(mSettings.getEventCallbackActionName()); in onCreate()620 private String mImeEventActionName;629 if (mImeEventActionName == null) {630 mImeEventActionName = mIme.getImeEventActionName();635 if (mImeEventActionName == null || mClientPackageName == null) {640 .setAction(mImeEventActionName)
62 private final String mImeEventActionName = field in MockImeSession138 new MockImeEventReceiver(mImeEventActionName);204 writeMockImeSettings(mContext, mImeEventActionName, imeSettings); in initialize()208 new IntentFilter(mImeEventActionName), null /* broadcastPermission */, in initialize()293 intent.setAction(MockIme.getCommandActionName(mImeEventActionName)); in callCommandInternal()