OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallerException
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/services/core/java/com/android/server/pm/
Installer.java
26
import com.android.internal.os.InstallerConnection.
InstallerException
;
79
String seinfo, int targetSdkVersion) throws
InstallerException
{
85
String seinfo) throws
InstallerException
{
91
throws
InstallerException
{
96
throws
InstallerException
{
101
throws
InstallerException
{
107
throws
InstallerException
{
113
String codePath, PackageStats stats) throws
InstallerException
{
121
throw new
InstallerException
("Invalid size result: " + Arrays.toString(res));
126
throws
InstallerException
{
[
all
...]
PackageManagerException.java
22
import com.android.internal.os.InstallerConnection.
InstallerException
;
48
public static PackageManagerException from(
InstallerException
e)
OtaDexoptService.java
35
import com.android.internal.os.InstallerConnection.
InstallerException
;
189
} catch (
InstallerException
e) {
PackageDexOptimizer.java
30
import com.android.internal.os.InstallerConnection.
InstallerException
;
183
} catch (
InstallerException
e) {
261
} catch (
InstallerException
e) {
300
} catch (
InstallerException
e) {
PackageInstallerSession.java
74
import com.android.internal.os.InstallerConnection.
InstallerException
;
[
all
...]
PackageManagerService.java
232
import com.android.internal.os.InstallerConnection.
InstallerException
;
[
all
...]
Settings.java
80
import com.android.internal.os.InstallerConnection.
InstallerException
;
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
InstallerConnection.java
106
public String[] execute(String cmd, Object... args) throws
InstallerException
{
116
throw new
InstallerException
(
131
throw new
InstallerException
(
139
throws
InstallerException
{
146
String volumeUuid, String sharedLibraries) throws
InstallerException
{
160
private boolean safeParseBooleanResult(String[] res) throws
InstallerException
{
162
throw new
InstallerException
("Invalid size result: " + Arrays.toString(res));
167
throw new
InstallerException
("Invalid boolean result: " + Arrays.toString(res));
173
public boolean mergeProfiles(int uid, String pkgName) throws
InstallerException
{
180
throws
InstallerException
{
[
all
...]
ZygoteInit.java
45
import com.android.internal.os.InstallerConnection.
InstallerException
;
602
} catch (IOException |
InstallerException
e) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
38
import com.android.internal.os.InstallerConnection.
InstallerException
;
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 237 milliseconds