/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/ |
D | NetworkAttributes.java | 73 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/ |
D | Layer2Information.java | 37 public Layer2Information(@Nullable final String l2Key, @Nullable final String cluster, in Layer2Information()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 181 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/ |
D | IIpClient.aidl | 32 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/ |
D | IIpClient.aidl | 38 void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/ |
D | IIpClient.aidl | 32 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | IIpMemoryStore.aidl | 154 void deleteCluster(String cluster, boolean needWipe, IOnStatusAndCountListener listener); in deleteCluster()
|
D | IpMemoryStoreClient.java | 267 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/ |
D | IIpMemoryStore.aidl | 29 …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/ |
D | IIpMemoryStore.aidl | 29 …oneway void deleteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAnd… in deleteCluster()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/ |
D | IpMemoryStoreServiceTest.java | 161 final Inet4Address ipAddress, final long expiry, final String cluster, in buildTestNetworkAttributes()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/ |
D | IpMemoryStoreDatabase.java | 308 final String cluster = getString(cursor, NetworkAttributesContract.COLNAME_CLUSTER); in readNetworkAttributesLine() local 622 @NonNull final String cluster, final boolean needWipe) { in deleteCluster()
|
D | IpMemoryStoreService.java | 449 public void deleteCluster(@NonNull final String cluster, final boolean needWipe, in deleteCluster()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/ |
D | FakeUid.java | 296 public long getTimeAtCpuSpeed(int cluster, int step, int which) { in getTimeAtCpuSpeed()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | FakeUid.java | 296 public long getTimeAtCpuSpeed(int cluster, int step, int which) { in getTimeAtCpuSpeed()
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClient.java | 699 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/ |
D | IpClientTest.java | 360 final String cluster = TEST_CLUSTER; in testProvisioningWithInitialConfiguration() local
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 37 CREATE TABLE nickname_lookup (name TEXT,cluster TEXT); field
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1487 ViewCluster cluster = new ViewCluster(views, currentState); in pushViewsToTempLocation() local
|