Searched refs:mPendingGrantTrustTask (Results 1 – 2 of 2) sorted by relevance
213 private Runnable mPendingGrantTrustTask; field in TrustAgentService502 mPendingGrantTrustTask = new Runnable() { in grantTrust()517 if (mPendingGrantTrustTask != null) { in revokeTrust()518 mPendingGrantTrustTask = null; in revokeTrust()760 if (mPendingGrantTrustTask != null) { in setCallback()761 mPendingGrantTrustTask.run(); in setCallback()762 mPendingGrantTrustTask = null; in setCallback()
49838 Landroid/service/trust/TrustAgentService;->mPendingGrantTrustTask:Ljava/lang/Runnable;