/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/testing/observations/ |
D | ConstantFakeSecureRandom.java | 42 public int nextInt(int bound) { in nextInt() argument 43 return (bound - 2) % bound; in nextInt()
|
D | FakeSecureRandom.java | 45 public int nextInt(int bound) { in nextInt() argument 46 return (bound - 1 - mNextInt++) % bound; in nextInt()
|
/packages/services/Car/service/src/com/android/car/cluster/ |
D | InstrumentClusterService.java | 301 boolean bound = bindInstrumentClusterRendererService(); in init() 303 mRendererBound = bound; in init() 456 boolean bound = service.bindInstrumentClusterRendererService(); in rebind() 458 service.mRendererBound = bound; in rebind() 461 if (!bound) { in rebind() 476 boolean bound = service.bindInstrumentClusterRendererService(); in handleMessage() 478 service.mRendererBound = bound; in handleMessage() 481 if (!bound) { in handleMessage()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/noising/ |
D | Combinatorics.java | 177 int totalCap, int[] perTypeNumWindowList, int[] perTypeCapList, long bound) { in getNumStatesIterative() argument 210 if (result > bound) { in getNumStatesIterative() 234 int totalCap, int[] perTypeNumWindowList, int[] perTypeCapList, long bound) { in getNumStatesFlexApi() argument 240 return getNumStatesIterative(totalCap, perTypeNumWindowList, perTypeCapList, bound); in getNumStatesFlexApi() 245 return getNumStatesIterative(totalCap, perTypeNumWindowList, perTypeCapList, bound); in getNumStatesFlexApi() 252 return result > bound ? Long.MAX_VALUE : result; in getNumStatesFlexApi()
|
D | ImpressionNoiseUtil.java | 136 public static long nextLong(ThreadLocalRandom rand, long bound) { in nextLong() argument 137 return rand.nextLong(bound); in nextLong()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/ |
D | DlcClient.java | 107 final boolean bound = mContext.bindService(service, mServiceConnection, in bindLocked() 110 if (bound) { in bindLocked() 120 return bound; in bindLocked()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropMath.java | 140 public static boolean pointInRotatedRect(float[] point, RectF bound, float rot) { in pointInRotatedRect() argument 143 m.setRotate(rot, bound.centerX(), bound.centerY()); in pointInRotatedRect() 148 return inclusiveContains(bound, p[0], p[1]); in pointInRotatedRect()
|
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | AppWidgetManagerPermissionTest.java | 55 final boolean bound = mAppWidgetManager.bindAppWidgetIdIfAllowed(1, in testBindAppWidget() 57 assertFalse("Was able to call bindAppWidgetId", bound); in testBindAppWidget()
|
/packages/modules/adb/daemon/ |
D | usb.cpp | 261 bool bound = false; in StartMonitor() local 271 int timeout_ms = bound ? -1 : 1000; in StartMonitor() 303 if (bound) { in StartMonitor() 315 bound = true; in StartMonitor() 319 if (!bound) { in StartMonitor() 336 if (!bound) { in StartMonitor() 353 if (!bound) { in StartMonitor() 357 bound = false; in StartMonitor()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarProjectionManagerTest.java | 47 private static synchronized void setBound(boolean bound) { in setBound() argument 48 sBound = bound; in setBound()
|
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/ |
D | SdkSandboxServiceProviderImpl.java | 101 boolean bound; in bindService() 116 bound = in bindService() 127 bound = in bindService() 136 if (!bound) { in bindService()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarExperimentalFeatureServiceController.java | 150 boolean bound = bindService(intent); in init() 151 if (!bound) { in init() 155 mBound = bound; in init()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/media/ |
D | MediaBrowserProxyService.java | 97 boolean bound = false; in connect() 99 bound = mContext.bindService(intent, mServiceConnection, in connect() 105 if (!bound) { in connect()
|
/packages/apps/Settings/src/com/android/settings/ |
D | AllowBindAppWidgetActivity.java | 63 final boolean bound = mAppWidgetManager.bindAppWidgetIdIfAllowed(mAppWidgetId, in onClick() 65 if (bound) { in onClick()
|
/packages/modules/DeviceLock/service/java/com/android/server/devicelock/ |
D | DeviceLockControllerConnectorImpl.java | 237 final boolean bound = mContext.bindServiceAsUser(service, mServiceConnection, 240 if (bound) { 250 return bound;
|
D | DeviceLockServiceImpl.java | 934 boolean bound = bind(); 936 if (bound) { 952 return bound;
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallDiagnosticServiceController.java | 379 boolean bound = bindCallDiagnosticService(mContextProxy.getCurrentUserHandle(), in maybeBindCallDiagnosticService() 381 if (!bound) { in maybeBindCallDiagnosticService() 384 return bound; in maybeBindCallDiagnosticService()
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | AoapServiceManager.java | 136 boolean bound = mContext.bindService( in getConnectionOrNull() 138 if (bound) { in getConnectionOrNull()
|
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/ |
D | AppItemViewHolder.java | 484 final Rect bound = new Rect(); 485 mAppIcon.getGlobalVisibleRect(bound); 486 return bound.intersect(mPageBound);
|
/packages/services/Car/service/src/com/android/car/user/ |
D | CarUserNoticeService.java | 367 boolean bound = mContext.bindServiceAsUser(mServiceIntent, mUiServiceConnection, in startNoticeUiIfNecessary() 369 if (bound) { in startNoticeUiIfNecessary()
|
/packages/modules/adb/ |
D | SOCKET-ACTIVATION.txt | 39 accept(2) connections and that's already bound to the desired address
|
/packages/services/Telecomm/proto/ |
D | telecom.proto | 181 // The number of milliseconds that the in call service remained bound between binding and 306 // A list of the in-call services bound during the call.
|
/packages/modules/Wifi/service/proto/src/ |
D | scorecard.proto | 106 // Lower bound (inclusive) for values falling in this bucket. 108 // The upper bound is not stored explicitly.
|
/packages/apps/TV/libs/m2/ |
D | javapoet-1.11.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/squareup/
com/ ... |
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder.cpp | 783 auto constexpr bound = std::numeric_limits<unsigned>::max(); in handleDNSRequest() local 784 if (arc4random_uniform(bound) > bound * getResponseProbability(protocol)) { in handleDNSRequest()
|