Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCarrierServiceTest.java65 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()
DTelephonyRegistryManagerTest.java778 public void onCarrierRoamingNtnModeChanged(boolean active) { in onCarrierRoamingNtnModeChanged() argument
779 mQueue.offer(active); in onCarrierRoamingNtnModeChanged()
DTelephonyCallbackTest.java1671 public void onCarrierRoamingNtnModeChanged(boolean active) { in onCarrierRoamingNtnModeChanged() argument
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dpixel_format_f32.rsh10 // 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;
Dlayered_filter_fast_f32.rscript118 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 …]
Dlayered_filter_fast_d1new.rscript110 // 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 …]
Dlayered_filter_f32_helper.rsh16 // 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;
Dlayered_filter_d1new_helper.rsh33 // 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/
DOpActiveChangedCapture.java52 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/
DUinputTouchDevice.kt221 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/
Dcec_adapter.md42 … 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/
DAudioRecordAppOpTest.java68 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/
DForegroundModeAndActiveTest.kt450 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>()
DAppOpsTest.kt255 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/
Dcob_exporter.py41 uvtex = mesh.data.uv_textures.active # points to active texture
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteTestBase.java350 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/
DCtsControlsService.java198 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/
DUsageReportingTest.java376 for (String active: actives) { in assertAppOrTokenUsed()
377 if (active.equals(entity)) { in assertAppOrTokenUsed()
/cts/tests/tests/car/src/android/car/cts/
DCarAppFocusManagerTest.java412 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/
DMockDataService.java179 dc.active = SetupDataCallResult.DATA_CONNECTION_STATUS_ACTIVE; in setupDataCall()
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java119 public void onActiveChanged(int sessionId, boolean active) { in onActiveChanged() argument
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java333 public void onActiveChanged(int sessionId, boolean active) { in sessionCallback_sessionOwner_canSeeSession()
/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/
DArchiveTest.java543 public void onActiveChanged(int sessionId, boolean active) { in onActiveChanged() argument
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageInstallerArchiveTest.java1063 public void onActiveChanged(int sessionId, boolean active) { in onActiveChanged() argument
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java753 @Override public void onActiveChanged(int sessionId, boolean active) { } in testStagedApkSessionCallbacks()

12