Searched refs:mInputApplicationHandle (Results 1 – 1 of 1) sorted by relevance
440 private InputApplicationHandle mInputApplicationHandle; field in ActivityRecord1881 if (mInputApplicationHandle == null) { in getInputApplicationHandle()1882 mInputApplicationHandle = new InputApplicationHandle(appToken, toString(), in getInputApplicationHandle()1886 if (mInputDispatchingTimeoutMillis != mInputApplicationHandle.dispatchingTimeoutMillis in getInputApplicationHandle()1887 || !name.equals(mInputApplicationHandle.name)) { in getInputApplicationHandle()1888 mInputApplicationHandle = new InputApplicationHandle(appToken, name, in getInputApplicationHandle()1892 return mInputApplicationHandle; in getInputApplicationHandle()