OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:certinstaller
(Results
1 - 7
of
7
) sorted by null
/packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java
17
package com.android.
certinstaller
;
CertInstallerMain.java
17
package com.android.
certinstaller
;
85
Intent newIntent = new Intent(this,
CertInstaller
.class);
112
Log.e("
CertInstaller
", "Unable to read stream for for certificate");
122
Intent intent = new Intent(this,
CertInstaller
.class);
Util.java
17
package com.android.
certinstaller
;
31
private static final String TAG = "
certinstaller
.Util";
CertFile.java
17
package com.android.
certinstaller
;
125
* Invokes {@link
CertInstaller
} to install the certificate(s) in the file.
175
Intent intent = new Intent(this,
CertInstaller
.class);
CertFileList.java
17
package com.android.
certinstaller
;
CredentialHelper.java
17
package com.android.
certinstaller
;
CertInstaller.java
17
package com.android.
certinstaller
;
47
public class
CertInstaller
extends Activity {
48
private static final String TAG = "
CertInstaller
";
195
KeyChainConnection keyChainConnection = KeyChain.bind(
CertInstaller
.this);
298
action.run(
CertInstaller
.this);
336
mNextAction.run(
CertInstaller
.this);
431
void run(
CertInstaller
host);
442
public void run(
CertInstaller
host) {
452
public void run(
CertInstaller
host) {
465
public void run(
CertInstaller
host)
[
all
...]
Completed in 367 milliseconds