Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DTestSatelliteWrapper.java107 findViewById(R.id.removeAttachRestrictionForCarrier) in onCreate()
108 .setOnClickListener(this::removeAttachRestrictionForCarrier); in onCreate()
778 private void removeAttachRestrictionForCarrier(View view) { in removeAttachRestrictionForCarrier() method in TestSatelliteWrapper
796 mSatelliteManagerWrapper.removeAttachRestrictionForCarrier(mSubId, reason, mExecutor, in removeAttachRestrictionForCarrier()
DSatelliteControl.java327 mSatelliteManager.removeAttachRestrictionForCarrier(subId, in removeUserRestrictReasonApp()
/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java4158 mInterface.removeAttachRestrictionForCarrier(subId, reason, errorCallback); in handleRemoveAttachRestrictionForCarrier()
DPhoneInterfaceManager.java13998 public void removeAttachRestrictionForCarrier(int subId, in removeAttachRestrictionForCarrier() method in PhoneInterfaceManager
14004 mSatelliteController.removeAttachRestrictionForCarrier(subId, reason, callback); in removeAttachRestrictionForCarrier()