OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CredentialStorage
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/network/
CredentialStorage.h
35
class
CredentialStorage
{
/packages/apps/Settings/src/com/android/settings/
CredentialStorage.java
43
*
CredentialStorage
handles KeyStore reset, unlock, and install.
45
*
CredentialStorage
has a pretty convoluted state machine to migrate
78
public final class
CredentialStorage
extends Activity {
80
private static final String TAG = "
CredentialStorage
";
236
AlertDialog dialog = new AlertDialog.Builder(
CredentialStorage
.this)
271
KeyChainConnection keyChainConnection = KeyChain.bind(
CredentialStorage
.this);
287
Toast.makeText(
CredentialStorage
.this,
290
Toast.makeText(
CredentialStorage
.this,
306
AlertDialog dialog = new AlertDialog.Builder(
CredentialStorage
.this)
384
View view = View.inflate(
CredentialStorage
.this, R.layout.credentials_dialog, null)
[
all
...]
Completed in 7027 milliseconds