/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 64 @nullable @utf8InCpp String profileName, in dexopt() 72 int mergeProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName); in mergeProfiles() 73 boolean dumpProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName, in dumpProfiles() 76 @utf8InCpp String packageName, @utf8InCpp String profileName); in copySystemProfile() 77 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles() 81 @utf8InCpp String profileName, @utf8InCpp String classpath); in createProfileSnapshot() 82 void destroyProfileSnapshot(@utf8InCpp String packageName, @utf8InCpp String profileName); in destroyProfileSnapshot() 111 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtManagerService.java | 264 private void createProfileSnapshot(String packageName, String profileName, String classpath, in createProfileSnapshot() 297 private void destroyProfileSnapshot(String packageName, String profileName) { in destroyProfileSnapshot() 415 String profileName = codePathsProfileNames.valueAt(i); in prepareAppProfiles() local 456 String profileName = packageProfileNames.valueAt(i); in clearAppProfiles() local 457 mInstaller.clearAppProfiles(pkg.getPackageName(), profileName); in clearAppProfiles() local 473 String profileName = packageProfileNames.valueAt(i); in dumpProfiles() local
|
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
H A D | SipConnectionService.java | 113 String profileName = accountHandle.getId(); in onCreateOutgoingConnection() local 208 private void findProfile(final String profileName, final IProfileFinderCallback callback) { in findProfile()
|
H A D | SipAccountRegistry.java | 127 String profileName = SipUtil.getSipProfileNameFromPhoneAccount(accountHandle); in verifyAndPurgeInvalidPhoneAccounts() local
|
H A D | SipSettings.java | 196 String profileName = profile.getProfileName(); in getProfileName() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 494 @Nullable String profileName, @Nullable String dexMetadataPath, in dexopt() 519 public int mergeProfiles(int uid, String packageName, String profileName) in mergeProfiles() 529 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath) in dumpProfiles() 541 String profileName) throws InstallerException { in copySystemProfile() 571 public void clearAppProfiles(String packageName, String profileName) throws InstallerException { in clearAppProfiles() 732 public boolean createProfileSnapshot(int appId, String packageName, String profileName, in createProfileSnapshot() 742 public void destroyProfileSnapshot(String packageName, String profileName) in destroyProfileSnapshot() 795 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile()
|
H A D | PackageDexOptimizer.java | 276 String profileName = ArtManager.getProfileName( in performDexOptLI() local 354 String profileName, String dexMetadataPath, int compilationReason) { in dexOptPath() 839 private int analyseProfiles(AndroidPackage pkg, int uid, String profileName, in analyseProfiles()
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | ManagedProfileProvisioningParams.java | 57 @Nullable String profileName, in ManagedProfileProvisioningParams() 165 public Builder setProfileName(@Nullable String profileName) { in setProfileName()
|
H A D | IDevicePolicyManager.aidl | 177 void setProfileName(in ComponentName who, String profileName); in setProfileName()
|
H A D | DevicePolicyManager.java | 8308 public void setProfileName(@NonNull ComponentName admin, String profileName) { in setProfileName()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | LocalBluetoothProfileManager.java | 226 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile() 239 String profileName, String stateChangedAction) { in addProfile() 245 String profileName, String stateChangedAction) { in addPanProfile()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothProfileConnector.java | 79 BluetoothProfileConnector(BluetoothProfile profile, int profileId, String profileName, in BluetoothProfileConnector()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
H A D | ShadowUserManager.java | 62 int userHandle, int profileUserHandle, String profileName, int profileFlags) { in addProfile()
|
/aosp12/frameworks/base/core/java/android/content/pm/dex/ |
H A D | ArtManager.java | 221 public static File getProfileSnapshotFileForName(String packageName, String profileName) { in getProfileSnapshotFileForName()
|
/aosp12/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
H A D | CompanionDeviceActivity.java | 88 String profileName = useDeviceProfile in onCreate() local
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 586 const std::string& profileName) { in clearAppProfiles() 2349 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() 2361 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile() 2372 const std::string& profileName, int* _aidl_return) { in mergeProfiles() 2382 const std::string& packageName, const std::string& profileName, in createProfileSnapshot() 2393 const std::string& profileName) { in destroyProfileSnapshot() 2415 const std::optional<std::string>& profileName, in dexopt() 3026 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
|
/aosp12/frameworks/base/telephony/java/android/service/euicc/ |
H A D | EuiccProfileInfo.java | 320 String profileName, in EuiccProfileInfo()
|
/aosp12/frameworks/base/core/java/android/permission/ |
H A D | PermissionControllerManager.java | 668 public void getPrivilegesDescriptionStringForProfile( in getPrivilegesDescriptionStringForProfile()
|
/aosp12/packages/apps/Settings/src/com/android/settings/users/ |
H A D | UserSettings.java | 433 private void finishLoadProfile(String profileName) { in finishLoadProfile()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | VpnManagerService.java | 464 String profileName = new String(profileTag); in updateLockdownVpn() local
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/ |
H A D | ConnectivityService.java | 4225 final String profileName = new String(mKeyStore.get(Credentials.LOCKDOWN_VPN)); in updateLockdownVpn() local
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | ConnectivityServiceTest.java | 8424 final String profileName = "testVpnProfile"; in setupLegacyLockdownVpn() local
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |