Searched refs:ServiceContext (Results 1 – 2 of 2) sorted by relevance
78 struct ServiceContext { struct79 ServiceContext() {} in ServiceContext() argument84 DISALLOW_COPY_AND_ASSIGN(ServiceContext);97 static ServiceContext& getNativeContext(jlong nativeContextHandle) { in getNativeContext()98 auto nativeContext = reinterpret_cast<ServiceContext*>(nativeContextHandle); in getNativeContext()107 auto nativeContext = new ServiceContext(); in nativeInit()116 auto ctx = reinterpret_cast<ServiceContext*>(nativeContext); in nativeFinalize()
234 public class ServiceContext extends BaseContext { class in BaseShortcutManagerTest248 final ServiceContext ctx = spy(new ServiceContext()); in createContextAsUser()280 final ServiceContext mContext;283 public ShortcutServiceTestable(ServiceContext context, Looper looper) { in ShortcutServiceTestable()591 final ServiceContext mContext;593 public LauncherAppImplTestable(ServiceContext context) { in LauncherAppImplTestable()666 protected ServiceContext mServiceContext;862 mServiceContext = spy(new ServiceContext()); in setUp()