OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNLOCK_ACTION
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/keystore/java/android/security/
Credentials.java
54
public static final String
UNLOCK_ACTION
= "com.android.credentials.UNLOCK";
175
Intent intent = new Intent(
UNLOCK_ACTION
);
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java
113
this.startActivityForResult(new Intent(Credentials.
UNLOCK_ACTION
),
Completed in 231 milliseconds