Searched refs:mInputApplicationHandle (Results 1 – 1 of 1) sorted by relevance
438 private InputApplicationHandle mInputApplicationHandle; field in ActivityRecord1753 if (mInputApplicationHandle == null) { in getInputApplicationHandle()1754 mInputApplicationHandle = new InputApplicationHandle(appToken, toString(), in getInputApplicationHandle()1758 if (mInputDispatchingTimeoutMillis != mInputApplicationHandle.dispatchingTimeoutMillis in getInputApplicationHandle()1759 || !name.equals(mInputApplicationHandle.name)) { in getInputApplicationHandle()1760 mInputApplicationHandle = new InputApplicationHandle(appToken, name, in getInputApplicationHandle()1764 return mInputApplicationHandle; in getInputApplicationHandle()