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