OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_INSTALL
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/keystore/java/android/security/
KeyChain.java
129
private static final String
ACTION_INSTALL
= "android.credentials.INSTALL";
203
Intent intent = new Intent(
ACTION_INSTALL
);
/packages/apps/Settings/src/com/android/settings/
CredentialStorage.java
92
public static final String
ACTION_INSTALL
= "com.android.credentials.INSTALL";
126
if (
ACTION_INSTALL
.equals(action)
130
// ACTION_UNLOCK also handled here in addition to
ACTION_INSTALL
Completed in 565 milliseconds