/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CarrierServiceTest.java | 65 private void notifyCarrierNetworkChangeWithoutCarrierPrivileges(boolean active) { in notifyCarrierNetworkChangeWithoutCarrierPrivileges() argument 70 getService().notifyCarrierNetworkChange(active); in notifyCarrierNetworkChangeWithoutCarrierPrivileges() 71 fail("Expected SecurityException for notifyCarrierNetworkChange(" + active + ")"); in notifyCarrierNetworkChangeWithoutCarrierPrivileges() 76 private void notifyCarrierNetworkChangeWithCarrierPrivileges(boolean active) { in notifyCarrierNetworkChangeWithCarrierPrivileges() argument 84 () -> getService().notifyCarrierNetworkChange(active)); in notifyCarrierNetworkChangeWithCarrierPrivileges() 103 private void notifyCarrierNetworkChangeForSubIdWithoutCarrierPrivileges(boolean active) { in notifyCarrierNetworkChangeForSubIdWithoutCarrierPrivileges() argument 109 getService().notifyCarrierNetworkChange(subId, active); in notifyCarrierNetworkChangeForSubIdWithoutCarrierPrivileges() 111 + ", " + active + ")"); in notifyCarrierNetworkChangeForSubIdWithoutCarrierPrivileges() 116 private void notifyCarrierNetworkChangeForSubIdWithCarrierPrivileges(boolean active) { in notifyCarrierNetworkChangeForSubIdWithCarrierPrivileges() argument 125 () -> getService().notifyCarrierNetworkChange(subId, active)); in notifyCarrierNetworkChangeForSubIdWithCarrierPrivileges()
|
D | TelephonyRegistryManagerTest.java | 778 public void onCarrierRoamingNtnModeChanged(boolean active) { in onCarrierRoamingNtnModeChanged() argument 779 mQueue.offer(active); in onCarrierRoamingNtnModeChanged()
|
D | TelephonyCallbackTest.java | 1671 public void onCarrierRoamingNtnModeChanged(boolean active) { in onCarrierRoamingNtnModeChanged() argument
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | pixel_format_f32.rsh | 10 // 2. When processing each layer, we use its field (active) to mark 12 // active or not active but "close enough" to an active pixel, a matte value is 24 // active, matte, and dilated_depth are reset. However, the field actual_depth 33 // active = 1: the pixel is on the target layer; 34 // active = 0: otherwise. 35 uchar active; 42 // For active pixels, dilated_depth is the same as actual depth; 44 // closest active pixels;
|
D | layered_filter_fast_f32.rscript | 118 sharp->active = 0; 125 // Marks active pixels that are on the target layer. 126 // Initializes the matte of active pixels to be the dilation_radius+1, which is 128 // Initializes dilated_depth of active pixels and pixels that are close to 129 // active pixels to be actual depths. 141 // Marks this pixel as active. 142 sharp->active = 1; 147 // between active and inactive pixels 175 // Marks pixels near the boundary of active pixels to compute matte later. 213 if (sharp->active == 0 && sharp->dilated_depth) { [all …]
|
D | layered_filter_fast_d1new.rscript | 110 // Marks active pixels that are on the target layer. 111 // Initializes the matte of active pixels to be the dilation_radius+1, which is 113 // Initializes dilated_depth of active pixels and pixels that are close to 114 // active pixels to be actual depths. 125 // Marks this pixel as active. 133 // between active and inactive pixels 156 // Marks pixels near the boundary of active pixels to compute matte later. 187 // Marks this pixel as active. 192 // between active and inactive pixels 216 // Marks pixels near the boundary of active pixels to compute matte later. [all …]
|
D | layered_filter_f32_helper.rsh | 16 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the 29 // Initializes the minimum distance from this pixel to the active pixels on 44 // Whether or not this is an active pixel with a smaller distance. 45 int cond = (sharp_nbr->active && this_dist < min_dist); 204 p->active = 0;
|
D | layered_filter_d1new_helper.rsh | 33 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the 48 // Initializes the minimum distance from this pixel to the active pixels on 64 // Whether or not this is an active pixel with a smaller distance. 89 // Initializes the minimum distance from this pixel to the active pixels on 105 // Whether or not this is an active pixel with a smaller distance.
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | OpActiveChangedCapture.java | 52 public void onOpActiveChanged(String op, int uid, String packageName, boolean active) { in onOpActiveChanged() argument 54 mActives.add(active); in onOpActiveChanged()
|
/cts/libs/input/src/com/android/cts/input/ |
D | UinputTouchDevice.kt | 221 private var active = true variable 236 if (!active) { in moveTo() 244 if (!active) { in lift() 252 active = false in lift() 260 if (!active) { in close()
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 42 … 3] connection opened, clearing any previous input and waiting for active transmissions to e… 109 : make the CEC adapter the active source. 136 : lists active devices on the bus 139 : checks whether the specified device is active. 142 : checks whether the specified device type is active. 145 : makes the specified physical address active. 148 : makes the specified logical address active.
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioRecordAppOpTest.java | 68 public void onOpActiveChanged(String op, int uid, String packageName, boolean active) { in testRecordAppOps() 69 mockListener.onOpActiveChanged(op, uid, packageName, active); in testRecordAppOps()
|
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | ForegroundModeAndActiveTest.kt | 450 op, uid, pkgName, active -> in <lambda>() method 452 if (active) { in <lambda>() 514 OnOpActiveChangedListener { op, uid, pkgName, active -> in <lambda>() method 515 Log.i(logTag, "Got $op $pkgName $active") in <lambda>() 517 if (active) { in <lambda>()
|
D | AppOpsTest.kt | 255 active: Boolean) { in overlappingActiveAttributionOps() 257 activeChangedQueue.put(active) in overlappingActiveAttributionOps() 328 active: Boolean) { in startOpTwiceAndVerifyChangeListener() 330 activeChangedQueue.put(active) in startOpTwiceAndVerifyChangeListener() 380 active: Boolean) {} in startOpTwiceAndVerifyDeviceAttributedChangeListener() 387 active: Boolean, in startOpTwiceAndVerifyDeviceAttributedChangeListener() 392 activeChangedQueue.put(active) in startOpTwiceAndVerifyDeviceAttributedChangeListener()
|
/cts/tests/openglperf2/ |
D | cob_exporter.py | 41 uvtex = mesh.data.uv_textures.active # points to active texture
|
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/ |
D | CarrierRoamingSatelliteTestBase.java | 350 public void onCarrierRoamingNtnModeChanged(boolean active) { in onCarrierRoamingNtnModeChanged() argument 351 logd(TAG, "onCarrierRoamingNtnModeChanged active:" + active); in onCarrierRoamingNtnModeChanged() 353 mActive = active; in onCarrierRoamingNtnModeChanged()
|
/cts/tests/controls/src/android/controls/cts/ |
D | CtsControlsService.java | 198 public Control buildCamera(boolean active) { in buildCamera() argument 199 String description = active ? "Live" : "Not live"; in buildCamera() 200 ControlTemplate template = new ThumbnailTemplate("thumbnail", active, mIcon, description); in buildCamera()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageReportingTest.java | 376 for (String active: actives) { in assertAppOrTokenUsed() 377 if (active.equals(entity)) { in assertAppOrTokenUsed()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarAppFocusManagerTest.java | 412 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged() argument 413 Log.i(TAG, "onAppFocusChange appType=" + appType + " active=" + active); in onAppFocusChanged() 416 mLastChangeAppActive = active; in onAppFocusChanged()
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockDataService.java | 179 dc.active = SetupDataCallResult.DATA_CONNECTION_STATUS_ACTIVE; in setupDataCall()
|
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/ |
D | SessionAbandonBehaviorTest.java | 119 public void onActiveChanged(int sessionId, boolean active) { in onActiveChanged() argument
|
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
D | LauncherAppsEnumerationTests.java | 333 public void onActiveChanged(int sessionId, boolean active) { in sessionCallback_sessionOwner_canSeeSession()
|
/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/ |
D | ArchiveTest.java | 543 public void onActiveChanged(int sessionId, boolean active) { in onActiveChanged() argument
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageInstallerArchiveTest.java | 1063 public void onActiveChanged(int sessionId, boolean active) { in onActiveChanged() argument
|
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/ |
D | StagedInstallTest.java | 753 @Override public void onActiveChanged(int sessionId, boolean active) { } in testStagedApkSessionCallbacks()
|