Searched refs:APPOPS_OP_STR (Results 1 – 1 of 1) sorted by relevance
153 private static final String APPOPS_OP_STR = "android:write_settings"; field in AudioManagerTest228 Utils.enableAppOps(mContext.getPackageName(), APPOPS_OP_STR, getInstrumentation()); in setUp() local