Searched refs:OP_POST_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance
54 OP_POST_NOTIFICATION = 11, enumerator
943 public static final int OP_POST_NOTIFICATION = AppProtoEnums.APP_OP_POST_NOTIFICATION; field in AppOpsManager2575 OP_POST_NOTIFICATION,2660 new AppOpInfo.Builder(OP_POST_NOTIFICATION, OPSTR_POST_NOTIFICATION, "POST_NOTIFICATION")
2644 mAppOps.startWatchingMode(AppOpsManager.OP_POST_NOTIFICATION, null, mAppOpsListener); in init()
743 }).when(mAppOpsManager).startWatchingMode(eq(AppOpsManager.OP_POST_NOTIFICATION), any(), in initNMS()