Searched refs:nonMatchingUid (Results 1 – 1 of 1) sorted by relevance
3017 final TetheringRequest nonMatchingUid = new TetheringRequest.Builder(TETHERING_WIFI) in testStopTetheringWithMatchingRequest() local3020 nonMatchingUid.setUid(TEST_CALLER_UID_2); in testStopTetheringWithMatchingRequest()3021 mTethering.stopTetheringRequest(nonMatchingUid, nonMatchingUidListener); in testStopTetheringWithMatchingRequest()3052 final TetheringRequest nonMatchingUid = new TetheringRequest.Builder(TETHERING_WIFI) in testStopTetheringWithSettingsPermission() local3055 nonMatchingUid.setUid(TEST_CALLER_UID_2); in testStopTetheringWithSettingsPermission()3058 mTethering.stopTetheringRequest(nonMatchingUid, nonMatchingUidListener); in testStopTetheringWithSettingsPermission()