Lines Matching defs:this
5 * you may not use this file except in compliance with the License.
168 this.channel = channel;
169 this.cla = cla;
170 this.command = command;
171 this.p1 = p1;
172 this.p2 = p2;
173 this.p3 = p3;
174 this.data = data;
187 /** The subscriber id that this request applies to. Null if default. */
191 this.argument = argument;
195 this.argument = argument;
196 this.subId = subId;
207 this.component = component;
208 this.callId = callId;
209 this.callerDisplayName = callerDisplayName;
215 * of the Phone calls are not thread safe this is needed to shuttle the requests from the
776 throw new RuntimeException("This method will deadlock if called from the main thread.");
818 * This is only done once, at startup, from PhoneApp.onCreate().
847 if (DBG) log("publish: " + this);
849 ServiceManager.addService("phone", this);
870 // No permission check needed here: This is just a wrapper around the
895 // This is just a wrapper around the ACTION_CALL intent, but we still
955 // For now, protect this call with the MODIFY_PHONE_STATE permission.
962 * This should only be called from the main thread of the Phone app.
969 * But that would require calling this method via sendRequest() rather
999 * This method is no longer used and can be removed once TelephonyManager stops referring to it.
1137 synchronized (UnlockSim.this) {
1145 synchronized (UnlockSim.this) {
1159 UnlockSim.this.notifyAll();
1165 UnlockSim.this.notifyAll();
1217 // No permission check needed here: this call is harmless, and it's
1433 // A failure should throw the SecurityException from ACCESS_COARSE_LOCATION since this
1890 * Return if the current radio is LTE on CDMA. This
1951 // TODO: Use a build property to choose this value.
2296 * Note that this used to be available from ConnectivityService, gated by
2297 * ACCESS_NETWORK_STATE permission, so this will accept either that or
2425 // Record both the line number and IMSI for this ICCID, since we need to
2443 // This is open to apps with WRITE_SMS.
2772 // this might be called early on in the provisioning flow when the
2779 // This function may be called very early, say, from the setup wizard, at