Searched refs:mPendingGrantTrustTask (Results 1 – 2 of 2) sorted by relevance
177 private Runnable mPendingGrantTrustTask; field in TrustAgentService415 mPendingGrantTrustTask = new Runnable() { in grantTrust()430 if (mPendingGrantTrustTask != null) { in revokeTrust()431 mPendingGrantTrustTask = null; in revokeTrust()642 if (mPendingGrantTrustTask != null) { in setCallback()643 mPendingGrantTrustTask.run(); in setCallback()644 mPendingGrantTrustTask = null; in setCallback()
64393 Landroid/service/trust/TrustAgentService;->mPendingGrantTrustTask:Ljava/lang/Runnable;