Searched refs:mInputApplicationHandle (Results 1 – 1 of 1) sorted by relevance
472 private InputApplicationHandle mInputApplicationHandle; field in ActivityRecord2248 if (mInputApplicationHandle == null) { in getInputApplicationHandle()2249 mInputApplicationHandle = new InputApplicationHandle(token, toString(), in getInputApplicationHandle()2253 if (mInputDispatchingTimeoutMillis != mInputApplicationHandle.dispatchingTimeoutMillis in getInputApplicationHandle()2254 || !name.equals(mInputApplicationHandle.name)) { in getInputApplicationHandle()2255 mInputApplicationHandle = new InputApplicationHandle(token, name, in getInputApplicationHandle()2259 return mInputApplicationHandle; in getInputApplicationHandle()