/external/aws-sdk-java-v2/ |
D | .brazil.json | 5 "annotations": { "packageName": "AwsJavaSdk-Core-Annotations" }, string 6 "apache-client": { "packageName": "AwsJavaSdk-HttpClient-ApacheClient" }, string 7 "arns": { "packageName": "AwsJavaSdk-Core-Arns" }, string 8 "auth": { "packageName": "AwsJavaSdk-Core-Auth" }, string 9 "auth-crt": { "packageName": "AwsJavaSdk-Core-AuthCrt" }, string 10 "aws-cbor-protocol": { "packageName": "AwsJavaSdk-Core-AwsCborProtocol" }, string 11 "aws-core": { "packageName": "AwsJavaSdk-Core-AwsCore" }, string 12 "aws-crt-client": { "packageName": "AwsJavaSdk-HttpClient-CrtClient" }, string 13 "aws-ion-protocol": { "packageName": "AwsJavaSdk-Core-AwsIonProtocol" }, string 14 "aws-json-protocol": { "packageName": "AwsJavaSdk-Core-AwsJsonProtocol" }, string [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLauncherApps.java | 89 private void shortcutsChanged(String packageName, List<ShortcutInfo> shortcuts) { in shortcutsChanged() 104 public void notifyPackageAdded(String packageName) { in notifyPackageAdded() 117 public void addEnabledPackage(UserHandle userHandle, String packageName) { in addEnabledPackage() 160 public void notifyPackageRemoved(String packageName) { in notifyPackageRemoved() 176 UserHandle userHandle, String packageName, ApplicationInfo applicationInfo) { in addApplicationInfo() 198 protected List<LauncherActivityInfo> getShortcutConfigActivityList( in getShortcutConfigActivityList() 213 protected boolean isPackageEnabled(String packageName, UserHandle user) { in isPackageEnabled() 218 protected List<LauncherActivityInfo> getActivityList(String packageName, UserHandle user) { in getActivityList() 225 protected ApplicationInfo getApplicationInfo( in getApplicationInfo() 247 UserHandle userHandle, String packageName, Bundle bundle) { in addSuspendedPackageLauncherExtras() [all …]
|
D | ShadowAppOpsManager.java | 132 public void setMode(String op, int uid, String packageName, int mode) { in setMode() 133 setMode(AppOpsManager.strOpToOp(op), uid, packageName, mode); in setMode() local 145 public void setMode(int op, int uid, String packageName, int mode) { in setMode() 155 entry.getKey().onOpChanged(getOpString(op), packageName); in setMode() local 292 public int unsafeCheckOpNoThrow(String op, int uid, String packageName) { in unsafeCheckOpNoThrow() 297 protected int unsafeCheckOpRawNoThrow(int op, int uid, String packageName) { in unsafeCheckOpRawNoThrow() 315 public int unsafeCheckOpRawNoThrow(String op, int uid, String packageName) { in unsafeCheckOpRawNoThrow() 322 String op, int uid, String packageName, String attributionTag, String message) { in startOp() 332 protected int startOpNoThrow(int op, int uid, String packageName) { in startOpNoThrow() 343 String op, int uid, String packageName, String attributionTag, String message) { in startOpNoThrow() [all …]
|
D | ShadowApplicationPackageManager.java | 200 String packageName, int flags) throws NameNotFoundException { in getModuleInfo() 232 String packageName = component.getPackageName(); in getComponentInfo() local 321 protected int getApplicationEnabledSetting(String packageName) { in getApplicationEnabledSetting() 357 protected void setSyntheticAppDetailsActivityEnabled(String packageName, boolean enabled) { in setSyntheticAppDetailsActivityEnabled() 367 protected boolean getSyntheticAppDetailsActivityEnabled(String packageName) { in getSyntheticAppDetailsActivityEnabled() 375 protected void setApplicationEnabledSetting(String packageName, int newState, int flags) { in setApplicationEnabledSetting() 478 protected PackageInfo getPackageInfo(String packageName, int flags) throws NameNotFoundException { in getPackageInfo() 484 String packageName, in getPackageInfo() 490 private PackageInfo getPackageInfo(String packageName, long flags) throws NameNotFoundException { in getPackageInfo() 675 String packageName = null; in queryIntentComponents() local [all …]
|
D | ShadowLocaleManager.java | 47 protected LocaleList getApplicationLocales(String packageName) { in getApplicationLocales() 65 protected void setApplicationLocales(String packageName, LocaleList locales) { in setApplicationLocales() 76 String packageName, LocaleList locales, boolean fromDelegate) { in setApplicationLocales() 109 public void setCallerAsInstallerForPackage(String packageName) { in setCallerAsInstallerForPackage()
|
/external/dagger2/java/dagger/internal/codegen/langmodel/ |
D | Accessibility.java | 61 public static boolean isTypeAccessibleFrom(XType type, String packageName) { in isTypeAccessibleFrom() 65 private static boolean isTypeAccessibleFrom(XType type, Optional<String> packageName) { in isTypeAccessibleFrom() 100 public static boolean isElementAccessibleFrom(XElement element, String packageName) { in isElementAccessibleFrom() 104 private static boolean isElementAccessibleFrom(XElement element, Optional<String> packageName) { in isElementAccessibleFrom() 117 private static boolean accessibleMember(XElement element, Optional<String> packageName) { in accessibleMember() 122 private static boolean accessibleModifiers(XElement element, Optional<String> packageName) { in accessibleModifiers()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/match/ |
D | TypeName.java | 24 private final String packageName; field in TypeName 28 public TypeName(String packageName, String className) { in TypeName() 33 public String packageName() { in packageName() method in TypeName 43 String packageName; in fromFullyQualifiedClassName() local
|
/external/cronet/stable/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | PackageManagerWrapper.java | 48 public void addPackageToPreferred(String packageName) { in addPackageToPreferred() 111 public ApplicationInfo getApplicationInfo(String packageName, int flags) in getApplicationInfo() 122 public Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() 127 public Intent getLeanbackLaunchIntentForPackage(String packageName) { in getLeanbackLaunchIntentForPackage() 132 public int[] getPackageGids(String packageName) throws NameNotFoundException { in getPackageGids() 137 public int[] getPackageGids(String packageName, int flags) throws NameNotFoundException { in getPackageGids() 142 public PackageInfo getPackageInfo(String packageName, int flags) throws NameNotFoundException { in getPackageInfo() 147 public int getPackageUid(String packageName, int flags) throws NameNotFoundException { in getPackageUid() 294 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable() 329 public Drawable getApplicationIcon(String packageName) throws NameNotFoundException { in getApplicationIcon() [all …]
|
/external/cronet/tot/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | PackageManagerWrapper.java | 48 public void addPackageToPreferred(String packageName) { in addPackageToPreferred() 111 public ApplicationInfo getApplicationInfo(String packageName, int flags) in getApplicationInfo() 122 public Intent getLaunchIntentForPackage(String packageName) { in getLaunchIntentForPackage() 127 public Intent getLeanbackLaunchIntentForPackage(String packageName) { in getLeanbackLaunchIntentForPackage() 132 public int[] getPackageGids(String packageName) throws NameNotFoundException { in getPackageGids() 137 public int[] getPackageGids(String packageName, int flags) throws NameNotFoundException { in getPackageGids() 142 public PackageInfo getPackageInfo(String packageName, int flags) throws NameNotFoundException { in getPackageInfo() 147 public int getPackageUid(String packageName, int flags) throws NameNotFoundException { in getPackageUid() 294 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable() 329 public Drawable getApplicationIcon(String packageName) throws NameNotFoundException { in getApplicationIcon() [all …]
|
/external/angle/src/android_system_settings/assets/ |
D | a4a_rules.json | 8 "packageName": "com.android.angle" string 17 "packageName": "com.linecorp.b612.android" string 20 "packageName": "com.campmobile.snow" string 23 "packageName": "com.google.android.apps.tachyon" string
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | ClassName.java | 40 final String packageName; field in ClassName 53 private ClassName(String packageName, ClassName enclosingClassName, String simpleName) { in ClassName() 57 private ClassName(String packageName, ClassName enclosingClassName, String simpleName, in ClassName() 89 public String packageName() { in packageName() method in ClassName 179 String packageName = (lastDot != -1) ? clazz.getName().substring(0, lastDot) : NO_PACKAGE; in get() local 201 String packageName = p == 0 ? NO_PACKAGE : classNameString.substring(0, p - 1); in bestGuess() local 218 public static ClassName get(String packageName, String simpleName, String... simpleNames) { in get()
|
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/ |
D | ResourceEntry.java | 46 private final String packageName; field in ResourceEntry 67 String packageName; in fromBundle() local 93 public ResourceEntry(String packageName, String resourceName, int resourceId) { in ResourceEntry() 98 String packageName, String resourceName, int resourceId, @Nullable Resources resources) { in ResourceEntry() 138 private static Resources getResourcesByPackageName(Context context, String packageName) in getResourcesByPackageName()
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/logging/ |
D | TextClassificationContext.java | 28 private final String packageName; field in TextClassificationContext 33 String packageName, String widgetType, @Nullable String widgetVersion) { in TextClassificationContext() 72 private final String packageName; field in TextClassificationContext.Builder 85 public Builder(String packageName, String widgetType) { in Builder()
|
/external/angle/src/android_system_settings/src/com/android/angle/common/ |
D | GlobalSettings.java | 66 final String packageName = packageInfo.packageName; in initGlobalSettings() local 113 void updatePackageDriverSelection(String packageName, String driverSelectionValue) in updatePackageDriverSelection() 127 private void updateSharedPreferences(String packageName, String driverSelectionValue) in updateSharedPreferences() 140 … private void updatePackageDriverSelectionInternal(String packageName, String driverSelectionValue) in updatePackageDriverSelectionInternal() 162 String getDriverSelectionValue(String packageName) in getDriverSelectionValue() 190 private int getPackageIndex(String packageName) in getPackageIndex()
|
/external/cronet/tot/base/android/java/src/org/chromium/base/ |
D | PackageUtils.java | 33 public static @Nullable PackageInfo getPackageInfo(String packageName, int flags) { in getPackageInfo() 48 public static int getPackageVersion(String packageName) { in getPackageVersion() 61 public static boolean isPackageInstalled(String packageName) { in isPackageInstalled() 112 public static List<String> getCertificateSHA256FingerprintForPackage(String packageName) { in getCertificateSHA256FingerprintForPackage()
|
/external/cronet/stable/base/android/java/src/org/chromium/base/ |
D | PackageUtils.java | 33 public static @Nullable PackageInfo getPackageInfo(String packageName, int flags) { in getPackageInfo() 48 public static int getPackageVersion(String packageName) { in getPackageVersion() 61 public static boolean isPackageInstalled(String packageName) { in isPackageInstalled() 112 public static List<String> getCertificateSHA256FingerprintForPackage(String packageName) { in getCertificateSHA256FingerprintForPackage()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTestPackages.cpp | 108 GL40TestPackage::GL40TestPackage(tcu::TestContext &testCtx, const char *packageName, const char *de… in GL40TestPackage() 148 GL41TestPackage::GL41TestPackage(tcu::TestContext &testCtx, const char *packageName, const char *de… in GL41TestPackage() 194 GL42TestPackage::GL42TestPackage(tcu::TestContext &testCtx, const char *packageName, const char *de… in GL42TestPackage() 243 GL42CompatTestPackage::GL42CompatTestPackage(tcu::TestContext &testCtx, const char *packageName, in GL42CompatTestPackage() 278 GL43TestPackage::GL43TestPackage(tcu::TestContext &testCtx, const char *packageName, const char *de… in GL43TestPackage() 338 GL44TestPackage::GL44TestPackage(tcu::TestContext &testCtx, const char *packageName, const char *de… in GL44TestPackage() 401 GL45TestPackage::GL45TestPackage(tcu::TestContext &testCtx, const char *packageName, const char *de… in GL45TestPackage() 451 GL46TestPackage::GL46TestPackage(tcu::TestContext &testCtx, const char *packageName, const char *de… in GL46TestPackage()
|
/external/vogar/src/vogar/target/ |
D | ClassPathScanner.java | 89 public Package scan(String packageName) throws IOException { in scan() 109 private void findClasses(String packageName, Set<String> classNames, in findClasses() 122 void find(File classPathEntry, String pathPrefix, String packageName, in find() 131 public void find(File classPathEntry, String pathPrefix, String packageName, in find() 188 String packageName = entryName.substring(0, lastIndex + 1); in getJarEntries() local 203 public void find(File classPathEntry, String pathPrefix, String packageName, in find() 237 public void find(File classPathEntry, String pathPrefix, String packageName, in find()
|
/external/connectedappssdk/testing/sdk/src/main/java/com/google/android/enterprise/connectedapps/testing/ |
D | InstrumentedTestUtilities.java | 66 public void ensureReadyForCrossProfileCalls(String packageName) { in ensureReadyForCrossProfileCalls() 106 private static void grantInteractAcrossUsers(String packageName) { in grantInteractAcrossUsers() 164 private void installInWorkProfile(String packageName) { in installInWorkProfile() 169 installInUser(getWorkProfileUserId(), packageName); in installInWorkProfile() local 172 private static void installInUser(int userId, String packageName) { in installInUser()
|
/external/turbine/java/com/google/turbine/binder/bound/ |
D | ModuleInfo.java | 123 private final String packageName; field in ModuleInfo.ExportInfo 126 public ExportInfo(String packageName, ImmutableList<String> modules) { in ExportInfo() 131 public String packageName() { in packageName() method in ModuleInfo.ExportInfo 143 private final String packageName; field in ModuleInfo.OpenInfo 146 public OpenInfo(String packageName, ImmutableList<String> modules) { in OpenInfo() 151 public String packageName() { in packageName() method in ModuleInfo.OpenInfo
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | SourceFileHjarGenerator.java | 73 String packageName = closestEnclosingTypeElement(originatingElement(input)).getPackageName(); in topLevelTypes() local 79 private TypeSpec.Builder skeletonType(String packageName, TypeSpec completeType) { in skeletonType() 112 String packageName, TypeSpec completeType, MethodSpec completeMethod) { in skeletonMethod() 135 private Optional<CodeBlock> getRequiredSuperCall(String packageName, TypeSpec completeType) { in getRequiredSuperCall()
|
/external/robolectric/resources/src/main/java/org/robolectric/res/ |
D | ResName.java | 17 public final @Nonnull String packageName; field in ResName 23 public ResName(@Nonnull String packageName, @Nonnull String type, @Nonnull String name) { in ResName() 67 String packageName = null; in qualifyResName() local 117 public static ResName qualifyFromFilePath( in qualifyFromFilePath() 160 public ResName withPackageName(String packageName) { in withPackageName()
|
/external/robolectric/resources/src/main/java/org/robolectric/res/builder/ |
D | XmlBlock.java | 24 private final String packageName; field in XmlBlock 51 public static XmlBlock create(Path path, String packageName) { in create() 57 private XmlBlock(Document document, Path path, String packageName) { in XmlBlock()
|
/external/setupcompat/portal_extension/java/com/google/android/setupcompat/portal/v1_1/ |
D | TaskComponent.java | 30 private final String packageName; field in TaskComponent 37 String packageName, in TaskComponent() 118 private String packageName; field in TaskComponent.Builder 125 public Builder setPackageName(@NonNull String packageName) { in setPackageName()
|
/external/robolectric/robolectric/src/main/java/org/robolectric/internal/ |
D | ManifestIdentifier.java | 15 private final String packageName; field in ManifestIdentifier 20 String packageName, in ManifestIdentifier() 29 String packageName, in ManifestIdentifier() 48 Path manifestFile, Path resDir, Path assetDir, String packageName, List<Path> libraryDirs) { in ManifestIdentifier()
|