Searched refs:replaceFlags (Results 1 – 7 of 7) sorted by relevance
1077 int replaceFlags = rFlags | PackageManager.INSTALL_REPLACE_EXISTING; in testManifestInstallLocationReplaceInternalSdcard() local1080 replaceFlags, false, in testManifestInstallLocationReplaceInternalSdcard()1082 assertInstall(rp.pkg, replaceFlags, rp.pkg.installLocation); in testManifestInstallLocationReplaceInternalSdcard()1104 int replaceFlags = rFlags | PackageManager.INSTALL_REPLACE_EXISTING; in testManifestInstallLocationReplaceSdcardInternal() local1107 replaceFlags, false, in testManifestInstallLocationReplaceSdcardInternal()1109 assertInstall(rp.pkg, replaceFlags, ip.pkg.installLocation); in testManifestInstallLocationReplaceSdcardInternal()
613 .replaceFlags((mAttributes.getAllFlags() in AudioTrack()968 .replaceFlags((mAttributes.getAllFlags() in build()980 .replaceFlags((mAttributes.getAllFlags() in build()
760 public Builder replaceFlags(int flags) { in replaceFlags() method in AudioAttributes.Builder
1644 public void replaceFlags(@ShortcutFlags int flags) { in replaceFlags() method in ShortcutInfo
607 attrs = new AudioAttributes.Builder(attrs).replaceFlags(flags).build(); in fixupVibrationAttributes()
1698 shortcut.replaceFlags(0); in fixUpIncomingShortcutInfo()
16213 Landroid/content/pm/ShortcutInfo;->replaceFlags(I)V33854 Landroid/media/AudioAttributes$Builder;->replaceFlags(I)Landroid/media/AudioAttributes$Builder;