Home
last modified time | relevance | path

Searched refs:notResolvableIntent (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DBindDeviceAdminServiceGoodSetupTest.java100 final Intent notResolvableIntent = new Intent(); in testCannotBind_notResolvableIntent() local
101 notResolvableIntent.setClassName(mContext, "NotExistService"); in testCannotBind_notResolvableIntent()
104 bind(notResolvableIntent, EMPTY_SERVICE_CONNECTION, targetUser)); in testCannotBind_notResolvableIntent()