OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPolicyFile
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java
165
private AtomicFile
mPolicyFile
;
438
if (
mPolicyFile
== null) {
440
mPolicyFile
= new AtomicFile(new File(dir, SMS_POLICY_FILE_NAME));
446
infile =
mPolicyFile
.openRead();
502
outfile =
mPolicyFile
.startWrite();
521
mPolicyFile
.finishWrite(outfile);
525
mPolicyFile
.failWrite(outfile);
/frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java
279
private final AtomicFile
mPolicyFile
;
314
mPolicyFile
= new AtomicFile(new File(systemDir, "netpolicy.xml"));
[
all
...]
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
193
private AtomicFile
mPolicyFile
;
384
if (
mPolicyFile
== null) {
386
mPolicyFile
= new AtomicFile(new File(dir, "notification_policy.xml"));
392
infile =
mPolicyFile
.openRead();
[
all
...]
Completed in 2415 milliseconds