Searched refs:mPendingGrantTrustTask (Results 1 – 1 of 1) sorted by relevance
112 private Runnable mPendingGrantTrustTask; field in TrustAgentService251 mPendingGrantTrustTask = new Runnable() { in grantTrust()266 if (mPendingGrantTrustTask != null) { in revokeTrust()267 mPendingGrantTrustTask = null; in revokeTrust()348 if (mPendingGrantTrustTask != null) { in setCallback()349 mPendingGrantTrustTask.run(); in setCallback()350 mPendingGrantTrustTask = null; in setCallback()