Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 19 of 19) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DNetworkAttributes.java73 public final String cluster; field in NetworkAttributes
101 @Nullable final String cluster, in NetworkAttributes()
267 public Builder setCluster(@Nullable final String cluster) { in setCluster()
/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
DLayer2Information.java37 public Layer2Information(@Nullable final String l2Key, @Nullable final String cluster, in Layer2Information()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java181 IntArray cluster = clustered.get(tag); in updateWithLocked() local
193 final IntArray cluster = clustered.valueAt(i); in updateWithLocked() local
407 private long[] getDownloadIds(Cursor cursor, IntArray cluster) { in getDownloadIds()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/
DIIpClient.aidl32 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIIpClient.aidl38 void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
DIIpClient.aidl32 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIIpMemoryStore.aidl154 void deleteCluster(String cluster, boolean needWipe, IOnStatusAndCountListener listener); in deleteCluster()
DIpMemoryStoreClient.java267 public void deleteCluster(@NonNull final String cluster, final boolean needWipe, in deleteCluster()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/
DIIpMemoryStore.aidl29 …oneway void deleteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAnd… in deleteCluster()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/
DIIpMemoryStore.aidl29 …oneway void deleteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAnd… in deleteCluster()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreServiceTest.java161 final Inet4Address ipAddress, final long expiry, final String cluster, in buildTestNetworkAttributes()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java308 final String cluster = getString(cursor, NetworkAttributesContract.COLNAME_CLUSTER); in readNetworkAttributesLine() local
622 @NonNull final String cluster, final boolean needWipe) { in deleteCluster()
DIpMemoryStoreService.java449 public void deleteCluster(@NonNull final String cluster, final boolean needWipe, in deleteCluster()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DFakeUid.java296 public long getTimeAtCpuSpeed(int cluster, int step, int which) { in getTimeAtCpuSpeed()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DFakeUid.java296 public long getTimeAtCpuSpeed(int cluster, int step, int which) { in getTimeAtCpuSpeed()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java699 public void setL2KeyAndGroupHint(String l2Key, String cluster) { in setL2KeyAndGroupHint()
875 public void setL2KeyAndCluster(String l2Key, String cluster) { in setL2KeyAndCluster()
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java360 final String cluster = TEST_CLUSTER; in testProvisioningWithInitialConfiguration() local
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
Dcontacts2_1108.sql37 CREATE TABLE nickname_lookup (name TEXT,cluster TEXT); field
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1487 ViewCluster cluster = new ViewCluster(views, currentState); in pushViewsToTempLocation() local