Searched defs:startWatchingStarted (Results 1 – 3 of 3) sorted by relevance
97 void startWatchingStarted(in int[] ops, IAppOpsStartedCallback callback); in startWatchingStarted() method
3155 public void startWatchingStarted(int[] ops, @NonNull IAppOpsStartedCallback callback) { in startWatchingStarted() method in AppOpsService
7001 public void startWatchingStarted(@NonNull int[] ops, @NonNull OnOpStartedListener callback) { in startWatchingStarted() method in AppOpsManager