OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmdName
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java
866
String
cmdName
= readFile(cmdlineFile, '\0');
867
if (
cmdName
!= null &&
cmdName
.length() > 1) {
868
newName =
cmdName
;
/frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java
239
* @param
cmdName
the name of the command. The intent's action will be
240
* {@code android.net.dhcp.DhcpClient.<mIfaceName>.<
cmdName
>}
244
private PendingIntent createStateMachineCommandIntent(final String
cmdName
, final int cmd) {
245
String action = DhcpClient.class.getName() + "." + mIfaceName + "." +
cmdName
;
[
all
...]
Completed in 316 milliseconds