Home
last modified time | relevance | path

Searched refs:createOpEntry (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DMockLocationAppPreferenceControllerTest.java76 Collections.singletonList(createOpEntry(AppOpsManager.MODE_ALLOWED))); in updateState_foobarAppSelected_shouldSetSummaryToFoobar()
103 Collections.singletonList(createOpEntry(AppOpsManager.MODE_ALLOWED))); in onActivityResult_fooPrevAppBarNewApp_shouldRemoveFooAndSetBarAsMockLocationApp()
155 private AppOpsManager.OpEntry createOpEntry(int opMode) { in createOpEntry() method in MockLocationAppPreferenceControllerTest