HomeSort by relevance Sort by last modified time
    Searched defs:sProxy (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/slice/src/android/slice/cts/
LocalSliceProvider.java 37 public static SliceProvider sProxy;
44 return sProxy == null || sProxy.onCreate();
69 if (sProxy != null) return sProxy.onBindSlice(sliceUri, specs);
75 if (sProxy != null) return sProxy.onMapIntentToUri(intent);
81 if (sProxy != null) return sProxy.onGetSliceDescendants(uri);
87 if (sProxy != null) sProxy.onSlicePinned(sliceUri)
    [all...]
  /external/skqp/tests/
ProxyTest.cpp 226 sk_sp<GrSurfaceProxy> sProxy(proxyProvider->createWrappedRenderTargetProxy(
228 check_surface(reporter, sProxy.get(), origin,
231 sProxy->asRenderTargetProxy(),
239 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->createInstantiatedProxy(
241 if (!sProxy) {
245 check_surface(reporter, sProxy.get(), origin,
248 sProxy->asRenderTargetProxy(),
256 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->createInstantiatedProxy(
258 if (!sProxy) {
262 check_surface(reporter, sProxy.get(), origin
    [all...]
  /external/skia/tests/
ProxyTest.cpp 218 sk_sp<GrSurfaceProxy> sProxy(proxyProvider->createWrappedRenderTargetProxy(
220 check_surface(reporter, sProxy.get(), origin,
224 sProxy->asRenderTargetProxy(),
234 sk_sp<GrSurfaceProxy> sProxy =
237 if (!sProxy) {
242 check_surface(reporter, sProxy.get(), origin,
246 sProxy->asRenderTargetProxy(),
260 sk_sp<GrSurfaceProxy> sProxy =
263 if (!sProxy) {
268 check_surface(reporter, sProxy.get(), origin
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedLockUtils.java 424 if (sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userId)) {
487 sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userInfo.id);
506 DevicePolicyManager parentDpm = sProxy.getParentProfileInstance(dpm, userInfo);
    [all...]

Completed in 84 milliseconds