Searched refs:testServiceInit_AppOpsRestricted (Results 1 – 1 of 1) sorted by relevance
159 testServiceInit_AppOpsRestricted(PERSISTENCE_FILE_MIC_MUTE_CAM_MUTE, true, true); in testServiceInit_AppOpsRestricted_micMute_camMute()164 testServiceInit_AppOpsRestricted(PERSISTENCE_FILE_MIC_MUTE_CAM_UNMUTE, true, false); in testServiceInit_AppOpsRestricted_micMute_camUnmute()169 testServiceInit_AppOpsRestricted(PERSISTENCE_FILE_MIC_UNMUTE_CAM_MUTE, false, true); in testServiceInit_AppOpsRestricted_micUnmute_camMute()174 testServiceInit_AppOpsRestricted(PERSISTENCE_FILE_MIC_UNMUTE_CAM_UNMUTE, false, false); in testServiceInit_AppOpsRestricted_micUnmute_camUnmute()177 private void testServiceInit_AppOpsRestricted(String persistenceFileMicMuteCamMute, in testServiceInit_AppOpsRestricted() method in SensorPrivacyServiceMockingTest