Home
last modified time | relevance | path

Searched defs:mTokens (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/media/lib/tvremote/tests/src/com/android/media/tv/remoteprovider/
H A DTvRemoteProviderTest.java46 private final ArrayList<IBinder> mTokens = new ArrayList<IBinder>(); in testOpenRemoteInputBridge() field in TvRemoteProviderTest.LocalTvRemoteProvider
94 private final ArrayList<IBinder> mTokens = new ArrayList<IBinder>(); in testOpenGamepadRemoteInputBridge() field in TvRemoteProviderTest.LocalTvRemoteProvider
/aosp14/frameworks/base/cmds/incident_helper/src/
H A Dih_util.h198 std::stack<uint64_t> mTokens; variable
/aosp14/frameworks/base/core/java/android/os/
H A DTokenWatcher.java224 private WeakHashMap<IBinder,Death> mTokens = new WeakHashMap<IBinder,Death>(); field in TokenWatcher
/aosp14/frameworks/base/tests/UsageReportingTest/src/com/android/tests/usagereporter/
H A DUsageReporterActivity.java47 private final ArrayList<String> mTokens = new ArrayList(); field in UsageReporterActivity