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