Home | History | Annotate | Download | only in content

Lines Matching refs:TAG

43     private static final String TAG = "PackageHelper";
54 Log.e(TAG, "Can't get mount service");
70 if (localLOGV) Log.i(TAG, "Size of container " + mbLen + " MB " + len + " bytes");
76 Log.e(TAG, "Failed to create secure container " + cid);
80 if (localLOGV) Log.i(TAG, "Created secure container " + cid +
84 Log.e(TAG, "MountService running?");
93 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc);
98 Log.e(TAG, "MountService running?");
107 Log.e(TAG, "Failed to unmount " + cid + " with rc " + rc);
112 Log.e(TAG, "MountService running?");
121 Log.e(TAG, "Failed to rename " + oldId + " to " +
127 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
137 Log.e(TAG, "Failed to get container path for " + cid +
147 Log.i(TAG, "Failed to finalize container " + cid);
152 Log.e(TAG, "Failed to finalize container " + cid +
160 if (localLOGV) Log.i(TAG, "Forcibly destroying container " + cid);
163 Log.i(TAG, "Failed to destroy container " + cid);
168 Log.e(TAG, "Failed to destroy container " + cid +
178 Log.e(TAG, "Failed to get secure container list with exception" +
188 Log.e(TAG, "Failed to find out if container " + cid + " mounted");