Home
last modified time | relevance | path

Searched defs:namespace (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/module/
DModulesInfo.java78 final String namespace, final boolean enableCaptureModule) { in registerPhotoModule()
109 final String namespace) { in registerVideoModule()
134 final String namespace) { in registerWideAngleModule()
159 final String namespace) { in registerPhotoSphereModule()
184 final String namespace) { in registerRefocusModule()
209 final String namespace, final HdrPlusSupportLevel hdrPlusSupportLevel) { in registerGcamModule()
234 final String namespace, final boolean enableCaptureModule) { in registerCaptureIntentModule()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowDeviceConfig.java39 String namespace, String name, String value, boolean makeDefault) { in setProperty()
45 public static String getProperty(String namespace, String name) { in getProperty()
/packages/modules/NetworkStack/src/android/net/util/
DNetworkStackUtils.java302 public static String getDeviceConfigProperty(@NonNull String namespace, @NonNull String name, in getDeviceConfigProperty()
315 public static int getDeviceConfigPropertyInt(@NonNull String namespace, @NonNull String name, in getDeviceConfigPropertyInt()
335 public static int getDeviceConfigPropertyInt(@NonNull String namespace, @NonNull String name, in getDeviceConfigPropertyInt()
349 public static boolean getDeviceConfigPropertyBoolean(@NonNull String namespace, in getDeviceConfigPropertyBoolean()
368 public static boolean isFeatureEnabled(@NonNull Context context, @NonNull String namespace, in isFeatureEnabled()
388 public static boolean isFeatureEnabled(@NonNull Context context, @NonNull String namespace, in isFeatureEnabled()
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java94 String namespace; field in CallLogBackupAgent.OEMData
97 public OEMData(String namespace, byte[] bytes) { in OEMData()
348 String namespace = dataInput.readUTF(); in readCallFromData() local
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistantSettings.java110 void onDeviceConfigPropertiesChanged(String namespace) { in onDeviceConfigPropertiesChanged()
/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java570 public int getDeviceConfigPropertyInt(@NonNull final String namespace, in getDeviceConfigPropertyInt()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java534 String namespace = "http://ns.google.com/photos/1.0/panorama/"; in queryLightCycle360() local
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java3157 public String getDeviceConfigProperty(@NonNull String namespace, @NonNull String name, in getDeviceConfigProperty()
3170 public int getDeviceConfigPropertyInt(@NonNull String namespace, @NonNull String name, in getDeviceConfigPropertyInt()
3206 public boolean isFeatureEnabled(@NonNull Context context, @NonNull String namespace, in isFeatureEnabled()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java526 protected Uri insertIdentity(long rawContactId, String identity, String namespace) { in insertIdentity()