Searched refs:mInputApplicationHandle (Results 1 – 1 of 1) sorted by relevance
500 private InputApplicationHandle mInputApplicationHandle; field in ActivityRecord2401 if (mInputApplicationHandle == null) { in getInputApplicationHandle()2402 mInputApplicationHandle = new InputApplicationHandle(token, toString(), in getInputApplicationHandle()2406 if (mInputDispatchingTimeoutMillis != mInputApplicationHandle.dispatchingTimeoutMillis in getInputApplicationHandle()2407 || !name.equals(mInputApplicationHandle.name)) { in getInputApplicationHandle()2408 mInputApplicationHandle = new InputApplicationHandle(token, name, in getInputApplicationHandle()2412 return mInputApplicationHandle; in getInputApplicationHandle()